home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-01-14 | 4.9 KB | 138 lines |
- ; -------------------------------------------------------------
- ;
- ; APRCalc Installation Script
- ;
- ; -------------------------------------------------------------
-
-
- ; -------------------------------------------------------------
- ; The [infofile] section describes the name of the information
- ; file that is shown when the program starts up. The appname
- ; label is used to refer to the name of the application being
- ; installed.
- ; -------------------------------------------------------------
-
- [infofile]
- filename = README.TXT
- appname = APRCALC
-
-
- ; -------------------------------------------------------------
- ; The [dialog caption] section is used to define the caption
- ; of the windows that shown in the INSTALL program.
- ; -------------------------------------------------------------
-
- [dialog]
- caption = "APRCalc 1.4 Installation"
-
-
- ; -------------------------------------------------------------
- ; The [data defdir] section defines the default directory. This
- ; directory is placed in the Install location editbox when the
- ; program starts. If the user does not change it, then this
- ; will be the base directory of the installation.
- ; -------------------------------------------------------------
-
- [data]
- defdir = C:\APRCALC
-
-
- ; -------------------------------------------------------------
- ; This section is used to define each floppy disk.
- ; -------------------------------------------------------------
-
- [disks]
- 1 =., "INSTALL"
-
-
- ; -------------------------------------------------------------
- ; This section tells INSTALL how much space is needed on the
- ; target disk to do a successful installation. The user will
- ; get an error message if they try to install to a disk that
- ; has less space.
- ; -------------------------------------------------------------
-
- [needed.space]
- minspace = 330000 ; WATCH THIS CAREFULLY!!
-
-
- ; -------------------------------------------------------------
- ; This section describes the install directories. In the
- ; example below, the first two entries define application
- ; specific directories. The #app.main directory will be the
- ; base directory defined by the user (or the default as
- ; described above). The #app.sub directory will cause a
- ; directory called sub to be created off of the base directory.
- ;
- ; The third and fourth entries refer to the two Windows
- ; specific directories: \WINDOWS and \WINDOWS\SYSTEM.
- ; INSTALL will find these directories and copy the specified
- ; files into them.
- ; -------------------------------------------------------------
-
- ;[app.copy.appstuff]
- [dest.directories]
- #app.main, 0:
- ; #app.sub, 0:sub
- #app.SETUPSYSDIR, 0:SETUPSYSDIR
- #app.SETUPWINDIR, 0:SETUPWINDIR
-
-
- ; -------------------------------------------------------------
- ; This is the file list for the base directory. The format is
- ; as follows: [Disk Number]:[File Name], "Descriptive text to
- ; display while file is being copied"
- ; -------------------------------------------------------------
-
- [app.main]
- 1:APRCALC.EXE, "APRCALC.EXE - Windows executable file"
- 1:APRCALC.HLP, "APRCALC.HLP - Windows Help file"
- 1:ORDER.TXT, "ORDER.TXT - Order form"
- 1:README.TXT, "README.TXT - Read Me information file"
- 1:MUSCROLL.DLL, "MUSCROLL.DLL - MicroScroll Library"
-
- ; -------------------------------------------------------------
- ; This is the file list for the \WINDOWS\SYSTEM directory.
- ; -------------------------------------------------------------
-
- [app.SETUPSYSDIR]
- 1:CTL3DV2.DLL, "CTL3DV2.DLL - 3-D Controls"
-
-
- ; -------------------------------------------------------------
- ; This is the file list for the \WINDOWS directory.
- ; -------------------------------------------------------------
-
- [app.SETUPWINDIR]
- ; 1:INSTALL.TXT, "Install Doc File"
-
-
- ; -------------------------------------------------------------
- ; This is the file list for the sub directory located off of
- ; the base directory.
- ; -------------------------------------------------------------
- ; [app.sub]
- ; 1:APPSETUP.INF, "Application Configuration File"
-
-
- ; -------------------------------------------------------------
- ; This section describes the Program Group to be created and
- ; uses the following format: Group Label, Group Filename
- ; LAL - NOTE THIS WILL OVERWRITE AN EXISTING GRP FILE!!
- ; -------------------------------------------------------------
-
- [progman.groups]
- "APRCalc 1.4", APRCAL14.GRP
-
- ; -------------------------------------------------------------
- ; This section describes the Program Item Icon to add to the
- ; Program Group defined in the section heading and uses the
- ; following format: Item Label, Item Filename
- ; The Item must be in the base directory.
- ; -------------------------------------------------------------
-
- ["APRCalc 1.4"] ; Must be same as group name above.
- "APRCalc", APRCALC.EXE
-
- ; --- End of File ---
-